From: Thomas Weißschuh Date: Sun, 24 Oct 2021 08:59:56 +0000 (+0200) Subject: tests: adapt test to new ICMP print logic X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22%24PHP_SELF/%22https:/collectd.org/%22%24PHP_SELF?a=commitdiff_plain;h=c5a8e3ef0f22bafbc4bee4e69f2166d0494cf5d3;p=project%2Ffirewall4.git tests: adapt test to new ICMP print logic Fixes: 35f5120afcf158e445062fdb5072684ed24d91d0 Signed-off-by: Thomas Weißschuh --- diff --git a/tests/03_rules/04_icmp b/tests/03_rules/04_icmp index 53cee11..834ecc7 100644 --- a/tests/03_rules/04_icmp +++ b/tests/03_rules/04_icmp @@ -100,8 +100,8 @@ table inet fw4 { meta l4proto icmp counter comment "!fw4: ICMP rule #1" meta nfproto ipv6 meta l4proto ipv6-icmp counter comment "!fw4: ICMP rule #2" meta nfproto ipv6 meta l4proto ipv6-icmp counter comment "!fw4: ICMP rule #3" - meta nfproto ipv4 icmp type . icmp code 12 . 0 counter comment "!fw4: ICMP rule #4" - meta nfproto ipv6 icmpv6 type . icmpv6 code 136 . 0 counter comment "!fw4: ICMP rule #5" + meta nfproto ipv4 icmp type . icmp code { 12 . 0 } counter comment "!fw4: ICMP rule #4" + meta nfproto ipv6 icmpv6 type . icmpv6 code { 136 . 0 } counter comment "!fw4: ICMP rule #5" } chain handle_reject {